Articles Search Results

  1. How To Get Started With mod_pagespeed with Apache on a CentOS and Fedora Cloud Server One of the more recently popular modules for Apache is mod_pagespeed. It is an output filter for Apache 2.2+ that can be configured through a variety of options through configuration files or a .htaccess file. An "output filter” is a something that... Read More
  2. Top 10 Linux Easter Eggs Not a Definitive List... Linux has a history of including some fun "easter eggs" in its software. In this article, we'll tell you about some fun commands and options to lighten up your day. Not all of them are "easter eggs", but we think you�... Read More
  3. How To Use the Web2py Framework to Quickly Build Your Python App The Python programming language is a versatile, high-level language that can be used easily for web programming, among other tasks. Building web applications can be difficult and toilsome on your own. Web frameworks preform much of the heavy lifting ... Read More
  4. How To Set Up Python 2.7.6 and 3.3.3 on CentOS 6.4 More often than not, as a developer you will be responsible for managing the server(s) your application runs on to a certain degree. When it comes to choosing the operating system, especially for production, going with a sound choice such as CentOS c... Read More
  5. Common Python Tools: Using virtualenv, Installing with Pip, and Managing When it comes to working with Python, especially in the domain of application development, there are certain tools that you will see being mentioned often in various places or open source code. Despite being extremely commonly used, unfortunately som... Read More
  6. How to Deploy Python WSGI Applications Using uWSGI Web Server with Nginx Understanding uWSGI and Using Nginx uWSGI is an ambitious project. Its toolset allows you to do so much more than simply hosting web applications. Since it does the job so well, and in such a performant way, over the years it has proven to be an ind... Read More
  7. How To Use the Pyramid Framework To Build Your Python Web App on Ubuntu Web frameworks provide a quick and easy way to jump start a web application. Almost every web framework adheres to the MVC software pattern. MVC stands for model, view, and controller. It is a way of distinguishing and separating the different functi... Read More
  8. How To Create Nagios Plugins With Python On CentOS 6 This time, we will expand on this idea and create Nagios plugins using Python. Step 1 - Install RPMForge Repository and NRPE rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm yum -y install python nagios... Read More
  9. How To Create Nagios Plugins With Python On Ubuntu 12.10 This time, we will expand on this idea and create Nagios plugins using Python. Step 1 - Install NRPE apt-get install -y python nagios-nrpe-server useradd nrpe && update-rc.d nagios-nrpe-server defaults Step 2 - Create your Python Script It... Read More
  10. Docker Explained: How To Containerize Python Web Applications Docker in Brief The docker project offers higher-level tools, working together, which are built on top of some Linux kernel features. The goal is to help developers and system administrators port applications - with all of their dependenci... Read More
Displaying 21 to 30 out of 74 articles found First Page Previous Page Page 3 of 8 Next Page Last Page